net/http.http2serverConn.sendWindowUpdate32 (method)

5 uses

	net/http (current package)
		h2_bundle.go#L5460: 			sc.sendWindowUpdate32(nil, pad)
		h2_bundle.go#L5461: 			sc.sendWindowUpdate32(st, pad)
		h2_bundle.go#L5998: 		sc.sendWindowUpdate32(st, maxUint31)
		h2_bundle.go#L6001: 	sc.sendWindowUpdate32(st, int32(n))
		h2_bundle.go#L6005: func (sc *http2serverConn) sendWindowUpdate32(st *http2stream, n int32) {